home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / freeres / rst3frm1.dfm / rst3frm1.txt
Text File  |  1995-12-22  |  566b  |  32 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Resource Test 2 - Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   TextHeight = 16
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 224
  17.     Width = 427
  18.     Height = 49
  19.     Align = alBottom
  20.     TabOrder = 0
  21.     object Button1: TButton
  22.       Left = 229
  23.       Top = 8
  24.       Width = 73
  25.       Height = 33
  26.       Caption = 'Next'
  27.       TabOrder = 0
  28.       OnClick = Button1Click
  29.     end
  30.   end
  31. end
  32.